home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsv100.zip / RBBSV100.EXE / PATCHINF.DOC < prev    next >
Text File  |  1993-05-19  |  4KB  |  93 lines

  1. PATCHINF.EXE - Patch For RBBS-PC's DORINFOx.DEF Door Interface
  2. Copyright (C) 1993 By Lightning Software, All Rights Reserved
  3.  
  4. THE MICROSOFT RUN-TIME MODULE BRUN45.EXE IS REQUIRED FOR OPERATION!
  5.  
  6. Warranty
  7. --------
  8. PATCHINF.EXE is distributed without warranty. In no event will Lightning
  9. Software be liable to you for any damages from running this program. Including
  10. any loss of profits, lost savings, or other incidental or consequential
  11. damages arising out of your use of or inability to use the program, even if
  12. Lightning Software or a authorized representative has been advised of the
  13. possibility of such damages.
  14.  
  15. Lightning Software will not be liable for any such claim by any other party.
  16. All risk associated with using this program are the complete responsibility of
  17. the user.
  18.  
  19. Files you should have
  20. ---------------------
  21. PATCHINF.EXE - The main PATCHINF program
  22. PATCHINF.DOC - Installation documentation
  23.  
  24. What PATCHINF.EXE is
  25. --------------------
  26. The enclosed program PATCHINF.EXE is designed to patch RBBS-PC's DORINFOx.DEF
  27. format interface files, to correct a minor bug present with Lightning Software
  28. doors, this bug occurs when a caller's name or city and state contains one or
  29. more periods. The Door Source library will generate a error number 5 (Illegal
  30. function call) when the door attempts to convert the caller's name to proper
  31. upper and lowercase characters. This patch will correct that problem by reading
  32. in the door information file and re-writing the file with spaces replacing any
  33. periods found in the user's first, last name or the city and state the caller
  34. is from. Examples of doors which require this patch is Mini-Ad's and RBBS-
  35. Verify also from Lightning Software.
  36.  
  37. This patch was written for use with Lightning Software's doors, although it
  38. should work fine with other doors which use the Door Source library, there is
  39. no gurantee that it will.
  40.  
  41. Setup
  42. -----
  43. Setup is very simple, all that's required is to simply place a line in your
  44. door batch file before execution of the door program, an example batch file
  45. is as follows:
  46.  
  47. @ECHO OFF
  48. CLS
  49. PATCHINF C:\RBBS\DORINFO1.DEF
  50. DOOR
  51. CD\RBBS
  52.  
  53. As shown above, all you have to do is place the PATCHINF.EXE program before
  54. execution of the door, passing it the full path and filename of your
  55. DORINFOx.DEF file (where x represents the node number). You will see
  56. PATCHINF.EXE load and patch the desired door interface file (if patching is
  57. required).
  58.                                   
  59.                                   - Page 1 -
  60.  
  61. NOTE: If you will be running multiple doors that require this patch, you might
  62.       wish to place PATCHINF.EXE in your path for easier use.
  63.  
  64. In closing...
  65. -------------
  66. This is a "quick and dirty" utility, it's nothing fancy, but it does get the
  67. job done very well, I decided to write this utility when I determined that
  68. the doors I was writing were experiencing problems with user's who used
  69. periods in their name and city and state. The need for this utility I am
  70. sure will vary, however running this utility can prevent the entire door from
  71. going down due to a simple problem such as this.
  72.  
  73. PATCHINF.EXE is written in QuickBasic 4.5, the program handles it's own
  74. error trapping routines and will exit cleanly if an error occurs during
  75. execution.
  76.  
  77. This utility is released as freeware, and may be freely distributed to all
  78. BBS's and online services provided (1.) the program is not modified in ANY
  79. WAY SHAPE OR FORM and (2.) no fee may be charged for the program other than
  80. a modest disk duplication and packaging charge, not to exceed $6.00 per disk.
  81. As long as the above is followed, you may freely copy and share this program.
  82.  
  83. If you have any comments/suggestions or improvements for PATCHINF.EXE, please
  84. let me know! You may contact us at our 24 hour a day support BBS (Software
  85. Express) (404) 941-2822, or by mail at the following address:
  86.  
  87.                               Lightning Software
  88.                                 P.O. Box 177
  89.                            Lithia Springs, Ga 30057
  90.                                   
  91.                                   - Page 2 -
  92.  
  93.